gtk4.git
2017-12-19 Matthias ClasenFix a crash introduced in the previous commit
2017-12-19 Matthias Clasenfont chooser: Simplify some code
2017-12-19 Matthias Clasenfont chooser: Stop listening to style-updated
2017-12-19 Timm Bädergtk4-demo: Fix font-features UI file
2017-12-19 Timm Bäderx11: Guard against NULL window
2017-12-19 Timm Bäderwindow: Make sure an event has a display
2017-12-18 Matthias Clasenemoji: Skip overly wide fallback rendering
2017-12-17 Matthias ClasenAvoid calling unsetenv too late
2017-12-17 Matthias Clasencups: Warn only once if colord is not available
2017-12-17 Matthias Clasenwayland: Handle scale 3 for cursors
2017-12-17 Matthias Claseninspector: Allow to bump scale to 3
2017-12-17 Matthias ClasenRemove unneeded deprecation guards
2017-12-17 Matthias ClasenDon't place dnd cursor in placeholder text
2017-12-16 Benjamin Ottednd: Get rid of IPC widgets
2017-12-16 Benjamin Ottex11: Add necessary NULL check
2017-12-16 Benjamin Ottednd: Remove unused function
2017-12-16 Benjamin Ottex11: Try getting ipc_window vs source_window right
2017-12-16 Benjamin Ottex11: Use gdk_drag_context_get_display()
2017-12-16 Benjamin Ottex11: Create IPC window outselves
2017-12-15 Matthias Clasenlistbox: Fix a crash during keynav
2017-12-15 Benjamin Ottednd: Remove handler for nonexisting signal
2017-12-15 Benjamin Ottegtk: Remove unused include
2017-12-15 Benjamin Ottegdk: Remove DRAG_STATUS and DROP_FINISHED events
2017-12-15 Matthias Clasenx11: Avoid crash in fallback move emulation
2017-12-15 Juan Pablo... css: Fix segfault when GtkCssStyleChange is NULL on...
2017-12-15 Matthias ClasenMention keymaps in the migration guide
2017-12-15 Matthias ClasenDrop gdk_keymap_get_for_display
2017-12-15 Matthias ClasenReplace gdk_keymap_get_for_display by gdk_display_get_k...
2017-12-15 Matthias ClasenAdd gdk_display_get_keymap
2017-12-15 Matthias ClasenDrop gdk_keymap_get_default()
2017-12-15 Matthias Clasengdk: Drop GDK_DAMAGE
2017-12-15 Matthias ClasenDrop GDK_CLIENT_EVENT
2017-12-15 Matthias Clasengdk: Remove explicit event type numbering
2017-12-15 Matthias ClasenMove code around
2017-12-15 Matthias Clasengdk: Drop GdkEventWindowState
2017-12-15 Matthias Clasenwidget: Remove the ::window-state-event signal
2017-12-15 Matthias Clasengtk: Stop handling GdkEventWindowState
2017-12-15 Matthias Clasenmenu: Stop using GdkEventWindowState
2017-12-15 Matthias Clasena11y: Stop using GdkEventWindowState
2017-12-15 Matthias Clasenheaderbar: Stop using GdkEventWindowState
2017-12-15 Matthias Clasengtk-demo: Stop using GdkEventWindowState
2017-12-15 Matthias Clasentestgtk: Stop using GdkEventWindowState
2017-12-15 Matthias Clasengtk: Stop using GdkEventWindowState
2017-12-15 Matthias Clasengdk: Add a GdkWindow::state property
2017-12-14 Daniel BolesFileChooser: Update set_local_only() doc’s default
2017-12-14 Benjamin Ottex11: Remove GdkAtom usage from dnd code
2017-12-14 Benjamin Ottedisplay: Remove leftover old clipboard APIs
2017-12-14 Krzesimir Nowakx11: Fix erroneous & to be &&
2017-12-14 Benjamin Ottex11: Get rid of default Atom converters
2017-12-14 Benjamin Ottedevice: Make axis label a regular string
2017-12-14 Stas SoloveyUpdate Russian translation
2017-12-14 Matthias ClasenDrop atom apis from the docs
2017-12-14 Matthias ClasenDrop atom-related cast macros
2017-12-14 Matthias ClasenDrop gdk_atom_intern
2017-12-14 Matthias ClasenDrop gdk_atom_name
2017-12-14 Matthias ClasenRemove no-longer-used signals
2017-12-14 Benjamin Ottednd: Remove gdk_drag_get_selection()
2017-12-14 Benjamin Ottegdk: Remove ability to request selection notifications
2017-12-14 Benjamin Ottegdk: Remove properties
2017-12-14 Benjamin Ottebroadway: Make compile after GdkEvent objectification
2017-12-14 Benjamin Ottegesture: Fix gcc constness warning
2017-12-14 Benjamin Ottex11: Make unsetting transient-for work
2017-12-14 Benjamin Ottegdk: Remove selection defines
2017-12-14 Georges Basile... vulkan: Destroy buffer before releasing associate memory
2017-12-14 Georges Basile... vulkan: Destroy image before releasing associate memory
2017-12-14 Piotr DrągUpdate POTFILES.in
2017-12-14 Carlos Garnachogdk: Make gdk_display_peek_event() Return a reference...
2017-12-14 Carlos Garnachogtk: Make gtk_get_current_event() return a reference
2017-12-14 Carlos Garnachogtk: Avoid some event copies
2017-12-14 Carlos Garnachogtk: s/gdk_event_free/g_object_unref/
2017-12-14 Carlos Garnachogdk/wayland: s/gdk_event_free/g_object_unref/
2017-12-14 Carlos Garnachogdk/x11: s/gdk_event_free/g_object_unref/
2017-12-14 Carlos Garnachogdk: Remove gdk_window_[gs]et_event_compression()
2017-12-14 Carlos Garnachogtk: Remove CONSTRUCT_ONLY flag from GtkEventController...
2017-12-14 Carlos Garnachogdk: Implement motion history as motion event data
2017-12-14 Carlos Garnachogdk: Keep reference on tools from motion/button events.
2017-12-14 Carlos Garnachogdk: Move additional code in gdk_event_new() to GdkEven...
2017-12-14 Carlos Garnachogdk: Make GdkEvent type a construct only property
2017-12-14 Carlos Garnachogdk: Remove gdk_event_is_allocated()
2017-12-14 Carlos Garnachogtk: Adapt marshallers to GdkEvent as GObject
2017-12-14 Carlos Garnachogdk: Turn GdkEvent into a GObject
2017-12-14 Carlos Garnachogdk: Remove GdkDisplay from GdkEventPrivate
2017-12-13 Carlos Garnachogdk: Figure out the GdkSeat of an event from the GdkDevice
2017-12-13 Carlos Garnachogdk: Use allocated events
2017-12-13 Carlos Garnachogtk/a11y: Use allocated events
2017-12-13 Carlos Garnachogdk: Fold GdkEventPrivate fields into event structs
2017-12-13 Carlos Garnachogdk: Remove GdkEventType argument from GdkEvent union
2017-12-13 Carlos Garnachogdk: Refurbish GdkEvent struct hierarchy
2017-12-13 Matthias ClasenRedo drag source event handling
2017-12-13 Benjamin Ottegdk: Remove gdk_selection_convert()
2017-12-13 Benjamin Ottednd: Only send DELETE request on X11
2017-12-13 Benjamin Ottegdk: Remove ability to own a selection
2017-12-13 Benjamin Ottetests: Remove testselection
2017-12-13 Benjamin Ottexxx: don't claim dnd selection
2017-12-13 Benjamin Ottegdk: Remove gdk_selection_add_targets()
2017-12-13 Benjamin Ottex11: Move selection handling to GDK
2017-12-13 Benjamin Ottednd: Pass content to gdk_drag_begin()
2017-12-13 Matthias ClasenA forgotten file
2017-12-13 Matthias ClasenMake sure events have displays
2017-12-13 Matthias Clasentoolbar: Stop using legacy event signals
next